home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 March / PCWorld_2007-03_cd.bin / komunikace / acehtml / acehtmlfreeware.exe / scriptdef / Focus OnLoad.sd < prev    next >
INI File  |  2006-09-13  |  358b  |  23 lines

  1. [SUBJECT]
  2. Description=Puts the user's cursor inside a text box as soon as the page is loaded
  3. ImageIndex=-1
  4. Folder=Tools
  5.  
  6.  
  7. [BODY_TAG]
  8. ;OnLoad="document.nameform.user.focus();"
  9.  
  10. [BODY_TEXT]
  11. ;<div align="center">
  12. ;<form name="nameform">
  13. ;`label` <input type="text" name="user" size="10">
  14. ;</form>
  15. ;</div>
  16. ;
  17.  
  18. [`label`]
  19. Kind=S
  20. Value=Name:
  21.  
  22.  
  23.